@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
.noto-sans-kr-<uniquifier> {
    font-family: "Noto Sans KR", serif;
    font-optical-sizing: auto;
    font-weight: <400>;
    font-style: normal;
}
a {
    color: #4169e1;
    text-decoration: none;
}
a:hover {
    color: #4169e1;
    text-decoration: underline;
}
h1 {
    font-family: "Noto Sans KR", "돋움체", 굵게;
    font-size: 36px;
}
h2 {
    font-family: "Noto Sans KR", "돋움체", 굵게;
    font-size: 30px;
}
h3 {
    font-family: "Noto Sans KR", "돋움체", 굵게;
    font-size: 26px;
}
h4 {
    font-family: "Noto Sans KR", "돋움체", 굵게;
    font-size: 23px;
}
h5 {
    font-family: "Noto Sans KR", "돋움체", 굵게;
    font-size: 20px;
}
h6 {
    font-family: "Noto Sans KR", "돋움체", 굵게;
    font-size: 18px;
}
li {
    font-family: "Noto Sans KR", "돋움체";
    font-size: 16px;
}
p {
    font-family: "Noto Sans KR", "돋움체";
    font-size: 16px;
}
summary {
    color: #4169e1;
    font-family: "Noto Sans KR", "돋움체";
    font-size: 16px;
    text-decoration: none;
}
summary:hover {
    color: #4169e1;
    cursor: pointer;
    text-decoration: underline;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    font-family: "Noto Sans KR", "돋움체";
    font-size: 16px;
    text-align: center;
}